home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 1 / CD Fun House (Wayzata Technology).iso / •AdventureLand• / Adventures / Battle of Britain 1 ••••• / Battle of Britain 1 еееее / card_7659.txt < prev    next >
Text File  |  1990-08-26  |  38KB  |  1,892 lines

  1. -- card: 7659 from stack: in
  2. -- bmap block id: 8677
  3. -- flags: 4000
  4. -- background id: 2789
  5. -- name: Z
  6. ----- HyperTalk script -----
  7. on openCard
  8.  
  9.   global justVisiting,BBDATE,reset,bbtime,landtime
  10.   put 4 into standby
  11.   put 7 into ordered
  12.   put 8 into landed
  13.   repeat
  14.     if hilite of button ordered is true then
  15.       set hilite of button ordered to false
  16.       set hilite of button landed to true
  17.     end if
  18.     if hilite of button landed is true then
  19.       IF LANDTIME <BBTIME THEN
  20.         SET HILITE OF BUTTON LANDED TO FALSE          --new
  21.         set hilite of button standby to true
  22.  
  23.       end if
  24.     END IF
  25.     add 7 to standby
  26.     add 7 to ordered
  27.     add 7 to landed
  28.     if landed >37 then           --CHANGE
  29.       exit repeat
  30.     end if
  31.   end repeat
  32.  
  33.   if justVisiting is empty then
  34.     exit openCard
  35.   end if
  36.   put 2 into released
  37.   put 3 into avail
  38.   put 5 into patrol
  39.   HIDE CARD FIELD "SHUTDOWN"
  40.   repeat 5 TIMES
  41.     if hilite of button patrol is true then
  42.       send "go" to button patrol
  43.     else
  44.       if hilite of button released is true then
  45.         send "go" to button released
  46.       else
  47.         send "go" to button avail
  48.       end if
  49.     end if
  50.     add 7 to released
  51.     add 7 to avail
  52.     add 7 to patrol
  53.   end repeat
  54.  
  55.   if bbDate contains "AUG 16" THEN SET THE RECT OF CARD FIELD "HIDESQUADS" TO 244,0,512,342
  56.   if bbDate contains "AUG 30" THEN SET THE RECT OF CARD FIELD "HIDESQUADS" TO 308,0,512,342
  57.   if bbDate contains "SEPT 5" THEN SET THE RECT OF CARD FIELD "HIDESQUADS" TO 372,0,512,342
  58.   if bbDate contains "SEPT 8" THEN SET THE RECT OF CARD FIELD "HIDESQUADS" TO 436,0,512,342
  59.   if reset =1 then
  60.     REPEAT WITH I =1 TO THE NUMBER OF BUTTONS
  61.       SET  HILITE OF BUTTON I TO FALSE
  62.     END REPEAT
  63.     SET HILITE OF BUTTON 4 TO TRUE
  64.     SET HILITE OF BUTTON 11 TO TRUE
  65.     SET HILITE OF BUTTON 18 TO TRUE
  66.     SET HILITE OF BUTTON 25 TO TRUE
  67.     SET HILITE OF BUTTON 32 TO TRUE
  68.  
  69.     SET RECT OF CARD FIELD "HIDESQUADS" TO 180,0,512,342
  70.     HIDE CARD FIELD "SHUTDOWN"
  71.     repeat with i =166 to 170
  72.       put empty into card field id i
  73.     end repeat
  74.   end if
  75. end openCard
  76.  
  77. ON SHUTDOWN
  78.   SHOW CARD FIELD "SHUTDOWN" OF CARD "Z"             --NEW
  79. END SHUTDOWN
  80. on closecard
  81.   hide card field "outofrange"
  82. end closecard
  83.  
  84.  
  85.  
  86.  
  87. -- part 64 (button)
  88. -- low flags: 00
  89. -- high flags: 0000
  90. -- rect: left=8 top=31 right=130 bottom=95
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: Map
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   go to card "map"
  102. end mouseUp
  103.  
  104.  
  105.  
  106. -- part 121 (button)
  107. -- low flags: 00
  108. -- high flags: 0000
  109. -- rect: left=116 top=44 right=66 bottom=168
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: 
  118. ----- HyperTalk script -----
  119. on mouseDown
  120.   put 28 into releaseDate
  121.   if hilite of ME is true then
  122.     show card field id releaseDate at the mouseh, the mousev
  123.   else
  124.     beep
  125.     exit mouseDown
  126.   end if
  127. end mouseDown
  128.  
  129. on mouseUp
  130.   put 28 into releaseDate
  131.   hide card field id releaseDate
  132. end mouseUp
  133.  
  134. on go
  135.   GLOBAL AVAIL,RELEASEDATE
  136.   put 3 into avail
  137.   put 28 into releaseDate
  138.   RELEASE
  139. END GO
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157. -- part 122 (button)
  158. -- low flags: 00
  159. -- high flags: 0000
  160. -- rect: left=116 top=65 right=85 bottom=168
  161. -- title width / last selected line: 0
  162. -- icon id / first selected line: 0 / 0
  163. -- text alignment: 1
  164. -- font id: 0
  165. -- text size: 12
  166. -- style flags: 0
  167. -- line height: 16
  168. -- part name: 
  169. ----- HyperTalk script -----
  170. on mouseUp
  171.   beep
  172.   if hilite of me is false then exit mouseUp
  173.   SHOW CARD FIELD "PUB" at the mouseh, the mousev
  174. end mouseUp
  175.  
  176. on go
  177.   put 4 into standby
  178.   if hilite of ME is true then
  179.     set the hilite of  ME to false
  180.     set the hilite of button standby to true
  181.   end if
  182. end go
  183.  
  184.  
  185.  
  186.  
  187.  
  188. -- part 123 (button)
  189. -- low flags: 00
  190. -- high flags: 4000
  191. -- rect: left=116 top=84 right=108 bottom=168
  192. -- title width / last selected line: 0
  193. -- icon id / first selected line: 0 / 0
  194. -- text alignment: 1
  195. -- font id: 0
  196. -- text size: 12
  197. -- style flags: 0
  198. -- line height: 16
  199. -- part name: 
  200. ----- HyperTalk script -----
  201. on mouseUp
  202.   beep
  203. end mouseUp
  204.  
  205.  
  206.  
  207.  
  208. -- part 124 (button)
  209. -- low flags: 00
  210. -- high flags: 0000
  211. -- rect: left=116 top=107 right=132 bottom=168
  212. -- title width / last selected line: 0
  213. -- icon id / first selected line: 0 / 0
  214. -- text alignment: 1
  215. -- font id: 0
  216. -- text size: 12
  217. -- style flags: 0
  218. -- line height: 16
  219. -- part name: 
  220. ----- HyperTalk script -----
  221. on mouseDown
  222.   put 2 into released
  223.   put 3 into avail
  224.  
  225.   if hilite of button released is true or hilite of button avail is true then
  226.     beep
  227.     show card field "nono" at the mouseh, the mousev
  228.   end if
  229. end mouseDown
  230.  
  231. on mouseUp
  232.   global warning
  233.   put 4 into standby
  234.   put "142,115" into coord     ---CHANGES
  235.   put 87 into idplane
  236.  
  237.   if hilite of button standby is true then
  238.     if warning is not "L" and warning is not "N" then
  239.       set hilite of button standby to false
  240.       set hilite of ME to true
  241.  
  242.       show button id idplane of card "map" at coord
  243.     else
  244.       beep
  245.       show card field "outOfRange" at the mouseh, the mousev
  246.     end if
  247.   end if
  248.   hide card field "nono"
  249. end mouseUp
  250.  
  251. on go
  252.   put 4 into standby
  253.   put "142,115" into coord     ---CHANGES
  254.   put 87 into idplane
  255.  
  256.   set hilite of me to false
  257.   set hilite of button standby to true
  258.   hide button id idplane of card "map"
  259. end go
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269. -- part 125 (button)
  270. -- low flags: 00
  271. -- high flags: 0000
  272. -- rect: left=116 top=144 right=172 bottom=168
  273. -- title width / last selected line: 0
  274. -- icon id / first selected line: 0 / 0
  275. -- text alignment: 1
  276. -- font id: 0
  277. -- text size: 12
  278. -- style flags: 0
  279. -- line height: 16
  280. -- part name: SQDR1Z
  281. ----- HyperTalk script -----
  282. on mouseUp
  283.   --global warning,objective,range,range2
  284.   global avail,standby,patrol,detail,idplane,enroute,warning
  285.   if warning is empty then
  286.     beep
  287.     show card field "whatraid" at the mouseh, the mousev
  288.     exit mouseUp
  289.   end if
  290.  
  291.   put 3 into avail
  292.   put 4 into standby
  293.   put 5 into patrol
  294.   put 6 into detail                                         --CHANGES
  295.   put 87 into idplane
  296.   put "Z" into enroute
  297.   detail
  298. end mouseUp
  299.  
  300. on go
  301.   global numSquads,force,avail,standby,patrol,detail,idplane,sorties
  302.   put 3 into avail
  303.   put 4 into standby
  304.   put 5 into patrol
  305.   put 6 into detail                                         --CHANGES
  306.   put 87 into idplane
  307.   put 166 into sorties
  308.   if hilite of button patrol is true or hilite of button standby is true then
  309.     add 2 to force                                        --CHANGES
  310.     set hilite of button patrol to false
  311.     set hilite of button standby to false
  312.   end if
  313.   if hilite of button avail is true then add 1.5 to force   --CHANGES
  314.   put the length of card field id sorties into exp
  315.   divide exp by 20
  316.   add exp to force
  317.   put "/" after card field id sorties
  318.   goa
  319. end go
  320.  
  321.  
  322. on results
  323.   global damage,force,bforce,fforce,done
  324.   global released,avail,releaseDate,base,coord,idplane,sorties
  325.   put 2 into released
  326.   put 3 into avail
  327.   put 28 into releaseDate                                 --CHANGES
  328.   put "Z" into base
  329.   put "142,115" into coord     ---CHANGES
  330.   put 87 into idplane
  331.   put 166 into sorties
  332.   resultsa
  333. end results
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343. -- part 126 (button)
  344. -- low flags: 00
  345. -- high flags: 0000
  346. -- rect: left=116 top=171 right=201 bottom=168
  347. -- title width / last selected line: 0
  348. -- icon id / first selected line: 0 / 0
  349. -- text alignment: 1
  350. -- font id: 0
  351. -- text size: 12
  352. -- style flags: 0
  353. -- line height: 16
  354. -- part name: 
  355. ----- HyperTalk script -----
  356. on mouseUp
  357.   global coord,patrol,detail,idplane
  358.   put "142,115" into coord     ---CHANGES
  359.   put 87 into idplane
  360.  
  361.   put 5 into patrol
  362.   put 6 into detail                                          --CHANGES
  363.  
  364.   land
  365. end mouseUp
  366.  
  367.  
  368.  
  369.  
  370.  
  371. -- part 127 (button)
  372. -- low flags: 00
  373. -- high flags: 0000
  374. -- rect: left=116 top=200 right=229 bottom=168
  375. -- title width / last selected line: 0
  376. -- icon id / first selected line: 0 / 0
  377. -- text alignment: 1
  378. -- font id: 0
  379. -- text size: 12
  380. -- style flags: 0
  381. -- line height: 16
  382. -- part name: 
  383. ----- HyperTalk script -----
  384. on mouseUp
  385.   beep
  386. end mouseUp
  387.  
  388.  
  389.  
  390.  
  391. -- part 128 (button)
  392. -- low flags: 00
  393. -- high flags: 0000
  394. -- rect: left=180 top=44 right=66 bottom=232
  395. -- title width / last selected line: 0
  396. -- icon id / first selected line: 0 / 0
  397. -- text alignment: 1
  398. -- font id: 0
  399. -- text size: 12
  400. -- style flags: 0
  401. -- line height: 16
  402. -- part name: 
  403. ----- HyperTalk script -----
  404. on mouseDown
  405.   put 60 into releaseDate                   --CHANGE
  406.   if hilite of ME is true then
  407.     show card field id releaseDate at the mouseh, the mousev
  408.   else
  409.     beep
  410.     exit mouseDown
  411.   end if
  412. end mouseDown
  413.  
  414. on mouseUp
  415.   put 60 into releaseDate                    --CHANGE
  416.   hide card field id releaseDate
  417. end mouseUp
  418.  
  419. on go
  420.   GLOBAL AVAIL,RELEASEDATE
  421.   put 10 into avail                           --CHANGES
  422.   put 60 into releaseDate
  423.   RELEASE
  424. END GO
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438. -- part 129 (button)
  439. -- low flags: 00
  440. -- high flags: 0000
  441. -- rect: left=180 top=65 right=85 bottom=232
  442. -- title width / last selected line: 0
  443. -- icon id / first selected line: 0 / 0
  444. -- text alignment: 1
  445. -- font id: 0
  446. -- text size: 12
  447. -- style flags: 0
  448. -- line height: 16
  449. -- part name: 
  450. ----- HyperTalk script -----
  451. on mouseup
  452.   beep
  453.   if hilite of me is false then exit mouseUp
  454.   SHOW CARD FIELD "PUB" at the mouseh, the mousev
  455. end mouseup
  456.  
  457. on go
  458.  
  459.   put 11 into standby
  460.   if hilite of me is true then
  461.     set the hilite of me to false
  462.     set the hilite of button standby to true
  463.   end if
  464. end go
  465.  
  466.  
  467.  
  468.  
  469.  
  470. -- part 28 (field)
  471. -- low flags: 81
  472. -- high flags: 2004
  473. -- rect: left=103 top=34 right=90 bottom=180
  474. -- title width / last selected line: 0
  475. -- icon id / first selected line: 0 / 0
  476. -- text alignment: 1
  477. -- font id: 3
  478. -- text size: 9
  479. -- style flags: 0
  480. -- line height: 10
  481. -- part name: releaseDate
  482. ----- HyperTalk script -----
  483. on mouseUp
  484.   hide card field "releaseDate"
  485. end mouseUp
  486.  
  487.  
  488.  
  489. -- part 130 (button)
  490. -- low flags: 00
  491. -- high flags: 4000
  492. -- rect: left=180 top=84 right=108 bottom=232
  493. -- title width / last selected line: 0
  494. -- icon id / first selected line: 0 / 0
  495. -- text alignment: 1
  496. -- font id: 0
  497. -- text size: 12
  498. -- style flags: 0
  499. -- line height: 16
  500. -- part name: 
  501. ----- HyperTalk script -----
  502. on mouseUp
  503.   beep
  504. end mouseUp
  505.  
  506.  
  507.  
  508.  
  509. -- part 131 (button)
  510. -- low flags: 00
  511. -- high flags: 0000
  512. -- rect: left=180 top=107 right=132 bottom=232
  513. -- title width / last selected line: 0
  514. -- icon id / first selected line: 0 / 0
  515. -- text alignment: 1
  516. -- font id: 0
  517. -- text size: 12
  518. -- style flags: 0
  519. -- line height: 16
  520. -- part name: 
  521. ----- HyperTalk script -----
  522. on mouseDown
  523.   put 9 into released
  524.   put 10 into avail
  525.   if hilite of button released is true or hilite of button avail is true then
  526.     beep
  527.     show card field "nono" at the mouseh, the mousev
  528.   end if
  529. end mouseDown
  530.  
  531. on mouseUp
  532.   global warning
  533.   put 11 into standby
  534.   put "112,130" into coord               --CHANGES
  535.   put 86 into idplane
  536.  
  537.   if hilite of button standby is true then
  538.     if warning is not "L" and warning is not "N" then
  539.       set hilite of button standby to false
  540.       set hilite of ME to true
  541.  
  542.       show button id idplane of card "map" at coord
  543.     else
  544.       beep
  545.       show card field "outOfRange" at the mouseh, the mousev
  546.     end if
  547.   end if
  548.   hide card field "nono"
  549. end mouseUp
  550.  
  551. on go
  552.   put 11 into standby                                     --CHANGES
  553.   put "112,130" into coord               --CHANGES
  554.   put 86 into idplane
  555.   set hilite of me to false
  556.   set hilite of button standby to true
  557.   hide button id idplane of card "map"
  558. end go
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567. -- part 132 (button)
  568. -- low flags: 00
  569. -- high flags: 0000
  570. -- rect: left=180 top=144 right=172 bottom=232
  571. -- title width / last selected line: 0
  572. -- icon id / first selected line: 0 / 0
  573. -- text alignment: 1
  574. -- font id: 0
  575. -- text size: 12
  576. -- style flags: 0
  577. -- line height: 16
  578. -- part name: RCAF1Z
  579. ----- HyperTalk script -----
  580. on mouseUp
  581.   --global warning,objective,range,range2
  582.   global avail,standby,patrol,detail,idplane,enroute,warning
  583.   if warning is empty then
  584.     beep
  585.     show card field "whatraid" at the mouseh, the mousev
  586.     exit mouseUp
  587.   end if
  588.  
  589.   put 10 into avail
  590.   put 11 into standby
  591.   put 12 into patrol
  592.   put 13 into detail                                         --CHANGES
  593.   put 86 into idplane
  594.   put "Z" into enroute
  595.   detail
  596. end mouseUp
  597.  
  598. on go
  599.   global numSquads,force,avail,standby,patrol,detail,idplane
  600.   put 10 into avail
  601.   put 11 into standby
  602.   put 12 into patrol
  603.   put 13 into detail                                         --CHANGES
  604.   put 86 into idplane
  605.   put 167 into sorties
  606.   if hilite of button patrol is true or hilite of button standby is true then
  607.     add 2 to force                                        --CHANGES
  608.     set hilite of button patrol to false
  609.     set hilite of button standby to false
  610.   end if
  611.   if hilite of button avail is true then add 1.5 to force  --CHANGES
  612.   put the length of card field id sorties into exp
  613.   divide exp by 20
  614.   add exp to force
  615.   put "/" after card field id sorties
  616.   goa
  617. end go
  618.  
  619.  
  620. on results
  621.   global damage,force,bforce,fforce,done
  622.   global released,avail,releaseDate,base,coord,idplane,sorties
  623.   put 9 into released
  624.   put 10 into avail
  625.   put 60 into releaseDate                                 --CHANGES
  626.   put "Z" into base
  627.   put "112,130" into coord               --CHANGES
  628.   put 86 into idplane
  629.   put 167 into sorties
  630.   resultsa
  631. end results
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648. -- part 133 (button)
  649. -- low flags: 00
  650. -- high flags: 0000
  651. -- rect: left=180 top=171 right=201 bottom=232
  652. -- title width / last selected line: 0
  653. -- icon id / first selected line: 0 / 0
  654. -- text alignment: 1
  655. -- font id: 0
  656. -- text size: 12
  657. -- style flags: 0
  658. -- line height: 16
  659. -- part name: 
  660. ----- HyperTalk script -----
  661. on mouseUp
  662.   global coord,patrol,detail,idplane
  663.   put "112,130" into coord               --CHANGES
  664.   put 86 into idplane
  665.   put 12 into patrol
  666.   put 13 into detail                                          --CHANGES
  667.  
  668.   land
  669. end mouseUp
  670.  
  671.  
  672.  
  673.  
  674.  
  675. -- part 134 (button)
  676. -- low flags: 00
  677. -- high flags: 0000
  678. -- rect: left=180 top=200 right=229 bottom=232
  679. -- title width / last selected line: 0
  680. -- icon id / first selected line: 0 / 0
  681. -- text alignment: 1
  682. -- font id: 0
  683. -- text size: 12
  684. -- style flags: 0
  685. -- line height: 16
  686. -- part name: 
  687. ----- HyperTalk script -----
  688. on mouseUp
  689.   beep
  690. end mouseUp
  691.  
  692.  
  693.  
  694.  
  695. -- part 135 (button)
  696. -- low flags: 00
  697. -- high flags: 0000
  698. -- rect: left=244 top=44 right=66 bottom=296
  699. -- title width / last selected line: 0
  700. -- icon id / first selected line: 0 / 0
  701. -- text alignment: 1
  702. -- font id: 0
  703. -- text size: 12
  704. -- style flags: 0
  705. -- line height: 16
  706. -- part name: 
  707. ----- HyperTalk script -----
  708. on mouseDown
  709.   put 61 into releaseDate                   --CHANGE
  710.   if hilite of ME is true then
  711.     show card field id releaseDate at the mouseh, the mousev
  712.   else
  713.     beep
  714.     exit mouseDown
  715.   end if
  716. end mouseDown
  717.  
  718. on mouseUp
  719.   put 61 into releaseDate                    --CHANGE
  720.   hide card field id releaseDate
  721. end mouseUp
  722.  
  723. on go
  724.   GLOBAL AVAIL,RELEASEDATE
  725.   put 17 into avail                           --CHANGES
  726.   put 61 into releaseDate
  727.   RELEASE
  728. END GO
  729.  
  730.  
  731.  
  732.  
  733. -- part 136 (button)
  734. -- low flags: 00
  735. -- high flags: 0000
  736. -- rect: left=244 top=65 right=85 bottom=296
  737. -- title width / last selected line: 0
  738. -- icon id / first selected line: 0 / 0
  739. -- text alignment: 1
  740. -- font id: 0
  741. -- text size: 12
  742. -- style flags: 0
  743. -- line height: 16
  744. -- part name: 
  745. ----- HyperTalk script -----
  746. on mouseUp
  747.   beep
  748.   if hilite of me is false then exit mouseUp
  749.   SHOW CARD FIELD "PUB" at the mouseh, the mousev
  750. end mouseUp
  751.  
  752. on go
  753.  
  754.   put 18 into standby
  755.  
  756.   if hilite of me is true then
  757.     set the hilite of me to false
  758.     set the hilite of button standby to true
  759.   end if
  760.  
  761.  
  762. end go
  763.  
  764.  
  765.  
  766.  
  767.  
  768. -- part 137 (button)
  769. -- low flags: 00
  770. -- high flags: 4000
  771. -- rect: left=244 top=84 right=108 bottom=296
  772. -- title width / last selected line: 0
  773. -- icon id / first selected line: 0 / 0
  774. -- text alignment: 1
  775. -- font id: 0
  776. -- text size: 12
  777. -- style flags: 0
  778. -- line height: 16
  779. -- part name: 
  780. ----- HyperTalk script -----
  781. on mouseup
  782.   beep
  783. end mouseup
  784.  
  785.  
  786.  
  787.  
  788. -- part 138 (button)
  789. -- low flags: 00
  790. -- high flags: 0000
  791. -- rect: left=244 top=107 right=132 bottom=296
  792. -- title width / last selected line: 0
  793. -- icon id / first selected line: 0 / 0
  794. -- text alignment: 1
  795. -- font id: 0
  796. -- text size: 12
  797. -- style flags: 0
  798. -- line height: 16
  799. -- part name: 
  800. ----- HyperTalk script -----
  801. on mouseDown
  802.   put 16 into released             -- CHANGES
  803.   put 17 into avail
  804.  
  805.   if hilite of button released is true or hilite of button avail is true then
  806.     beep
  807.     show card field "nono" at the mouseh, the mousev
  808.   end if
  809. end mouseDown
  810.  
  811. on mouseUp
  812.   global warning
  813.   put 18 into standby
  814.   put "126,100" into coord
  815.   put 85 into idplane
  816.  
  817.   if hilite of button standby is true then
  818.     if warning is not "L" and warning is not "N" then
  819.       set hilite of button standby to false
  820.       set hilite of ME to true
  821.  
  822.       show button id idplane of card "map" at coord
  823.     else
  824.       beep
  825.       show card field "outOfRange" at the mouseh, the mousev
  826.     end if
  827.   end if
  828.   hide card field "nono"
  829. end mouseUp
  830.  
  831. on go
  832.   put 18 into standby
  833.   put "126,100" into coord
  834.   put 85 into idplane
  835.  
  836.   set hilite of me to false
  837.   set hilite of button standby to true
  838.   hide button id idplane of card "map"
  839. end go
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852. -- part 60 (field)
  853. -- low flags: 81
  854. -- high flags: 2004
  855. -- rect: left=171 top=28 right=84 bottom=246
  856. -- title width / last selected line: 0
  857. -- icon id / first selected line: 0 / 0
  858. -- text alignment: 1
  859. -- font id: 3
  860. -- text size: 9
  861. -- style flags: 0
  862. -- line height: 10
  863. -- part name: releaseDate2
  864. ----- HyperTalk script -----
  865. on mouseUp
  866.   hide card field "releaseDate2"
  867. end mouseUp
  868.  
  869.  
  870.  
  871. -- part 139 (button)
  872. -- low flags: 00
  873. -- high flags: 0000
  874. -- rect: left=244 top=144 right=172 bottom=296
  875. -- title width / last selected line: 0
  876. -- icon id / first selected line: 0 / 0
  877. -- text alignment: 1
  878. -- font id: 0
  879. -- text size: 12
  880. -- style flags: 0
  881. -- line height: 16
  882. -- part name: SQ303Z
  883. ----- HyperTalk script -----
  884. on mouseUp
  885.   --global warning,objective,range,range2
  886.   global avail,standby,patrol,detail,idplane,enroute,warning
  887.   if warning is empty then
  888.     beep
  889.     show card field "whatraid" at the mouseh, the mousev
  890.     exit mouseUp
  891.   end if
  892.  
  893.   put 17 into avail
  894.   put 18 into standby
  895.   put 19 into patrol
  896.   put 20 into detail                                         --CHANGES
  897.   put 85 into idplane
  898.   put "Z" into enroute
  899.   detail
  900. end mouseUp
  901.  
  902. on go
  903.   global numSquads,force,avail,standby,patrol,detail,idplane
  904.   put 17 into avail
  905.   put 18 into standby
  906.   put 19 into patrol
  907.   put 20 into detail                                         --CHANGES
  908.   put 85 into idplane
  909.   put 168 into sorties
  910.   if hilite of button patrol is true or hilite of button standby is true then
  911.     add 2 to force                                        --CHANGES
  912.     set hilite of button patrol to false
  913.     set hilite of button standby to false
  914.   end if
  915.   if hilite of button avail is true then add 1.5 to force     --CHANGES
  916.   put the length of card field id sorties into exp
  917.   divide exp by 20
  918.   add exp to force
  919.   put "/" after card field id sorties
  920.   goa
  921. end go
  922.  
  923.  
  924. on results
  925.   global damage,force,bforce,fforce,done
  926.   global released,avail,releaseDate,base,coord,idplane,sorties
  927.   put 16 into released
  928.   put 17 into avail
  929.   put 61 into releaseDate                                 --CHANGES
  930.   put "Z" into base
  931.   put "126,100" into coord
  932.   put 85 into idplane
  933.  
  934.   put 168 into sorties
  935.   resultsa
  936. end results
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951. -- part 140 (button)
  952. -- low flags: 00
  953. -- high flags: 0000
  954. -- rect: left=244 top=171 right=201 bottom=296
  955. -- title width / last selected line: 0
  956. -- icon id / first selected line: 0 / 0
  957. -- text alignment: 1
  958. -- font id: 0
  959. -- text size: 12
  960. -- style flags: 0
  961. -- line height: 16
  962. -- part name: 
  963. ----- HyperTalk script -----
  964. on mouseUp
  965.   global coord,patrol,detail,idplane
  966.   put "126,100" into coord
  967.   put 85 into idplane
  968.  
  969.   put 19 into patrol
  970.   put 20 into detail                                          --CHANGES
  971.  
  972.   land
  973. end mouseUp
  974.  
  975.  
  976.  
  977.  
  978. -- part 141 (button)
  979. -- low flags: 00
  980. -- high flags: 0000
  981. -- rect: left=244 top=200 right=229 bottom=296
  982. -- title width / last selected line: 0
  983. -- icon id / first selected line: 0 / 0
  984. -- text alignment: 1
  985. -- font id: 0
  986. -- text size: 12
  987. -- style flags: 0
  988. -- line height: 16
  989. -- part name: 
  990. ----- HyperTalk script -----
  991. on mouseUp
  992.   beep
  993. end mouseUp
  994.  
  995.  
  996.  
  997.  
  998. -- part 142 (button)
  999. -- low flags: 00
  1000. -- high flags: 0000
  1001. -- rect: left=308 top=44 right=66 bottom=360
  1002. -- title width / last selected line: 0
  1003. -- icon id / first selected line: 0 / 0
  1004. -- text alignment: 1
  1005. -- font id: 0
  1006. -- text size: 12
  1007. -- style flags: 0
  1008. -- line height: 16
  1009. -- part name: 
  1010. ----- HyperTalk script -----
  1011. on mouseDown
  1012.   put 62 into releaseDate                   --CHANGE
  1013.   if hilite of ME is true then
  1014.     show card field id releaseDate at the mouseh, the mousev
  1015.   else
  1016.     beep
  1017.     exit mouseDown
  1018.   end if
  1019. end mouseDown
  1020.  
  1021. on mouseUp
  1022.   put 62 into releaseDate                    --CHANGE
  1023.   hide card field id releaseDate
  1024. end mouseUp
  1025.  
  1026. on go
  1027.   GLOBAL AVAIL,RELEASEDATE
  1028.   put 24 into avail                           --CHANGES
  1029.   put 62 into releaseDate
  1030.   RELEASE
  1031. END GO
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048. -- part 144 (button)
  1049. -- low flags: 00
  1050. -- high flags: 0000
  1051. -- rect: left=308 top=65 right=85 bottom=360
  1052. -- title width / last selected line: 0
  1053. -- icon id / first selected line: 0 / 0
  1054. -- text alignment: 1
  1055. -- font id: 0
  1056. -- text size: 12
  1057. -- style flags: 0
  1058. -- line height: 16
  1059. -- part name: 
  1060. ----- HyperTalk script -----
  1061. on mouseUp
  1062.   beep
  1063.   if hilite of me is false then exit mouseUp
  1064.   SHOW CARD FIELD "PUB" at the mouseh, the mousev
  1065. end mouseUp
  1066.  
  1067. on go
  1068.  
  1069.   put 25 into standby
  1070.  
  1071.   if hilite of me is true then
  1072.     set the hilite of me to false
  1073.     set the hilite of button standby to true
  1074.   end if
  1075.  
  1076.  
  1077. end go
  1078.  
  1079.  
  1080.  
  1081.  
  1082.  
  1083. -- part 145 (button)
  1084. -- low flags: 00
  1085. -- high flags: 4000
  1086. -- rect: left=308 top=84 right=108 bottom=360
  1087. -- title width / last selected line: 0
  1088. -- icon id / first selected line: 0 / 0
  1089. -- text alignment: 1
  1090. -- font id: 0
  1091. -- text size: 12
  1092. -- style flags: 0
  1093. -- line height: 16
  1094. -- part name: 
  1095. ----- HyperTalk script -----
  1096. on mouseup
  1097.   beep
  1098. end mouseup
  1099.  
  1100.  
  1101.  
  1102.  
  1103. -- part 146 (button)
  1104. -- low flags: 00
  1105. -- high flags: 0000
  1106. -- rect: left=308 top=107 right=132 bottom=360
  1107. -- title width / last selected line: 0
  1108. -- icon id / first selected line: 0 / 0
  1109. -- text alignment: 1
  1110. -- font id: 0
  1111. -- text size: 12
  1112. -- style flags: 0
  1113. -- line height: 16
  1114. -- part name: 
  1115. ----- HyperTalk script -----
  1116. on mouseDown
  1117.   put 23 into released
  1118.   put 24 into avail
  1119.  
  1120.   if hilite of button released is true or hilite of button avail is true then
  1121.     beep
  1122.     show card field "nono" at the mouseh, the mousev
  1123.   end if
  1124. end mouseDown
  1125.  
  1126. on mouseUp
  1127.   global warning
  1128.   put 25 into standby
  1129.   put "142,130" into coord               --CHANGES
  1130.   put 88 into idplane
  1131.  
  1132.   if hilite of button standby is true then
  1133.     if warning is not "L" and warning is not "N" then
  1134.       set hilite of button standby to false
  1135.       set hilite of ME to true
  1136.  
  1137.       show button id idplane of card "map" at coord
  1138.     else
  1139.       beep
  1140.       show card field "outOfRange" at the mouseh, the mousev
  1141.     end if
  1142.   end if
  1143.   hide card field "nono"
  1144. end mouseUp
  1145.  
  1146. on go
  1147.   put 25 into standby
  1148.   put "142,130" into coord               --CHANGES
  1149.   put 88 into idplane
  1150.   set hilite of me to false
  1151.   set hilite of button standby to true
  1152.   hide button id idplane of card "map"
  1153. end go
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163. -- part 61 (field)
  1164. -- low flags: 81
  1165. -- high flags: 2004
  1166. -- rect: left=229 top=30 right=86 bottom=303
  1167. -- title width / last selected line: 0
  1168. -- icon id / first selected line: 0 / 0
  1169. -- text alignment: 1
  1170. -- font id: 3
  1171. -- text size: 9
  1172. -- style flags: 0
  1173. -- line height: 10
  1174. -- part name: releaseDate3
  1175. ----- HyperTalk script -----
  1176. on mouseUp
  1177.   hide card field "releaseDate3"
  1178. end mouseUp
  1179.  
  1180.  
  1181.  
  1182. -- part 147 (button)
  1183. -- low flags: 00
  1184. -- high flags: 0000
  1185. -- rect: left=308 top=144 right=172 bottom=360
  1186. -- title width / last selected line: 0
  1187. -- icon id / first selected line: 0 / 0
  1188. -- text alignment: 1
  1189. -- font id: 0
  1190. -- text size: 12
  1191. -- style flags: 0
  1192. -- line height: 16
  1193. -- part name: SQ257Z
  1194. ----- HyperTalk script -----
  1195. on mouseUp
  1196.   --global warning,objective,range,range2
  1197.   global avail,standby,patrol,detail,idplane,enroute,warning
  1198.   if warning is empty then
  1199.     beep
  1200.     show card field "whatraid" at the mouseh, the mousev
  1201.     exit mouseUp
  1202.   end if
  1203.  
  1204.   put 24 into avail
  1205.   put 25 into standby
  1206.   put 26 into patrol
  1207.   put 27 into detail                                         --CHANGES
  1208.   put 88 into idplane
  1209.   put "Z" into enroute
  1210.   detail
  1211. end mouseUp
  1212.  
  1213. on go
  1214.   global numSquads,force,avail,standby,patrol,detail,idplane
  1215.   put 24 into avail
  1216.   put 25 into standby
  1217.   put 26 into patrol
  1218.   put 27 into detail                                         --CHANGES
  1219.   put 88 into idplane
  1220.   put 169 into sorties
  1221.   if hilite of button patrol is true or hilite of button standby is true then
  1222.     add 3 to force                                        --CHANGES
  1223.     set hilite of button patrol to false
  1224.     set hilite of button standby to false
  1225.   end if
  1226.   if hilite of button avail is true then add 2 to force     --CHANGES
  1227.   put the length of card field id sorties into exp
  1228.   divide exp by 20
  1229.   add exp to force
  1230.   put "/" after card field id sorties
  1231.   goa
  1232. end go
  1233.  
  1234.  
  1235. on results
  1236.   global damage,force,bforce,fforce,done
  1237.   global released,avail,releaseDate,base,coord,idplane,sorties
  1238.   put 23 into released
  1239.   put 24 into avail
  1240.   put 62 into releaseDate                                 --CHANGES
  1241.   put "Z" into base
  1242.   put "142,130" into coord               --CHANGES
  1243.   put 88 into idplane
  1244.   put 169 into sorties
  1245.   resultsa
  1246. end results
  1247.  
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256.  
  1257.  
  1258.  
  1259.  
  1260. -- part 148 (button)
  1261. -- low flags: 00
  1262. -- high flags: 0000
  1263. -- rect: left=308 top=171 right=201 bottom=360
  1264. -- title width / last selected line: 0
  1265. -- icon id / first selected line: 0 / 0
  1266. -- text alignment: 1
  1267. -- font id: 0
  1268. -- text size: 12
  1269. -- style flags: 0
  1270. -- line height: 16
  1271. -- part name: 
  1272. ----- HyperTalk script -----
  1273. on mouseUp
  1274.   global coord,patrol,detail,idplane
  1275.   put "142,130" into coord               --CHANGES
  1276.   put 88 into idplane
  1277.   put 26 into patrol
  1278.   put 27 into detail                                          --CHANGES
  1279.  
  1280.   land
  1281. end mouseUp
  1282.  
  1283.  
  1284.  
  1285.  
  1286.  
  1287. -- part 149 (button)
  1288. -- low flags: 00
  1289. -- high flags: 0000
  1290. -- rect: left=308 top=200 right=229 bottom=360
  1291. -- title width / last selected line: 0
  1292. -- icon id / first selected line: 0 / 0
  1293. -- text alignment: 1
  1294. -- font id: 0
  1295. -- text size: 12
  1296. -- style flags: 0
  1297. -- line height: 16
  1298. -- part name: 
  1299. ----- HyperTalk script -----
  1300. on mouseUp
  1301.   beep
  1302. end mouseUp
  1303.  
  1304.  
  1305.  
  1306. -- part 150 (button)
  1307. -- low flags: 00
  1308. -- high flags: 0000
  1309. -- rect: left=372 top=44 right=66 bottom=424
  1310. -- title width / last selected line: 0
  1311. -- icon id / first selected line: 0 / 0
  1312. -- text alignment: 1
  1313. -- font id: 0
  1314. -- text size: 12
  1315. -- style flags: 0
  1316. -- line height: 16
  1317. -- part name: 
  1318. ----- HyperTalk script -----
  1319. on mouseDown
  1320.   put 63 into releaseDate                   --CHANGE
  1321.   if hilite of ME is true then
  1322.     show card field id releaseDate at the mouseh, the mousev
  1323.   else
  1324.     beep
  1325.     exit mouseDown
  1326.   end if
  1327. end mouseDown
  1328.  
  1329. on mouseUp
  1330.   put 63 into releaseDate                    --CHANGE
  1331.   hide card field id releaseDate
  1332. end mouseUp
  1333.  
  1334. on go
  1335.   GLOBAL AVAIL,RELEASEDATE
  1336.   put 31 into avail                           --CHANGES
  1337.   put 63 into releaseDate
  1338.   RELEASE
  1339. END GO
  1340.  
  1341.  
  1342.  
  1343.  
  1344.  
  1345.  
  1346.  
  1347.  
  1348.  
  1349.  
  1350.  
  1351.  
  1352.  
  1353.  
  1354.  
  1355.  
  1356.  
  1357.  
  1358. -- part 151 (button)
  1359. -- low flags: 00
  1360. -- high flags: 0000
  1361. -- rect: left=372 top=65 right=85 bottom=424
  1362. -- title width / last selected line: 0
  1363. -- icon id / first selected line: 0 / 0
  1364. -- text alignment: 1
  1365. -- font id: 0
  1366. -- text size: 12
  1367. -- style flags: 0
  1368. -- line height: 16
  1369. -- part name: 
  1370. ----- HyperTalk script -----
  1371. on mouseUp
  1372.   beep
  1373.   if hilite of me is false then exit mouseUp
  1374.   SHOW CARD FIELD "PUB" at the mouseh, the mousev
  1375. end mouseUp
  1376.  
  1377. on go
  1378.  
  1379.   put 32 into standby
  1380.  
  1381.   if hilite of me is true then
  1382.     set the hilite of me to false
  1383.     set the hilite of button standby to true
  1384.   end if
  1385.  
  1386.  
  1387. end go
  1388.  
  1389.  
  1390.  
  1391.  
  1392.  
  1393. -- part 152 (button)
  1394. -- low flags: 00
  1395. -- high flags: 4000
  1396. -- rect: left=372 top=84 right=108 bottom=424
  1397. -- title width / last selected line: 0
  1398. -- icon id / first selected line: 0 / 0
  1399. -- text alignment: 1
  1400. -- font id: 0
  1401. -- text size: 12
  1402. -- style flags: 0
  1403. -- line height: 16
  1404. -- part name: 
  1405. ----- HyperTalk script -----
  1406. on mouseup
  1407.   beep
  1408. end mouseup
  1409.  
  1410.  
  1411.  
  1412.  
  1413. -- part 175 (button)
  1414. -- low flags: 00
  1415. -- high flags: 0000
  1416. -- rect: left=372 top=108 right=132 bottom=424
  1417. -- title width / last selected line: 0
  1418. -- icon id / first selected line: 0 / 0
  1419. -- text alignment: 1
  1420. -- font id: 0
  1421. -- text size: 12
  1422. -- style flags: 0
  1423. -- line height: 16
  1424. -- part name: 
  1425. ----- HyperTalk script -----
  1426. on mouseDown
  1427.   put 30 into released
  1428.   put 31 into avail
  1429.  
  1430.   if hilite of button released is true or hilite of button avail is true then
  1431.     beep
  1432.     show card field "nono" at the mouseh, the mousev
  1433.   end if
  1434. end mouseDown
  1435.  
  1436. on mouseUp
  1437.   global warning
  1438.   put 32 into standby
  1439.   put "127,130" into coord               --CHANGES
  1440.   put 89 into idplane
  1441.  
  1442.   if hilite of button standby is true then
  1443.     if warning is not "L" and warning is not "N" then
  1444.       set hilite of button standby to false
  1445.       set hilite of ME to true
  1446.  
  1447.       show button id idplane of card "map" at coord
  1448.     else
  1449.       beep
  1450.       show card field "outOfRange" at the mouseh, the mousev
  1451.     end if
  1452.   end if
  1453.   hide card field "nono"
  1454. end mouseUp
  1455.  
  1456. on go
  1457.   put 32 into standby
  1458.   put "127,130" into coord               --CHANGES
  1459.   put 89 into idplane
  1460.   set hilite of me to false
  1461.   set hilite of button standby to true
  1462.   hide button id idplane of card "map"
  1463. end go
  1464.  
  1465.  
  1466.  
  1467.  
  1468.  
  1469. -- part 154 (button)
  1470. -- low flags: 00
  1471. -- high flags: 0000
  1472. -- rect: left=372 top=144 right=172 bottom=424
  1473. -- title width / last selected line: 0
  1474. -- icon id / first selected line: 0 / 0
  1475. -- text alignment: 1
  1476. -- font id: 0
  1477. -- text size: 12
  1478. -- style flags: 0
  1479. -- line height: 16
  1480. -- part name: SQ229Z
  1481. ----- HyperTalk script -----
  1482. on mouseUp
  1483.   --global warning,objective,range,range2
  1484.   global avail,standby,patrol,detail,idplane,enroute,warning
  1485.   if warning is empty then
  1486.     beep
  1487.     show card field "whatraid" at the mouseh, the mousev
  1488.     exit mouseUp
  1489.   end if
  1490.  
  1491.   put 31 into avail
  1492.   put 32 into standby
  1493.   put 33 into patrol
  1494.   put 34 into detail                                         --CHANGES
  1495.   put 89 into idplane
  1496.   put "Z" into enroute
  1497.   detail
  1498. end mouseUp
  1499.  
  1500. on go
  1501.   global numSquads,force,avail,standby,patrol,detail,idplane
  1502.   put 31 into avail
  1503.   put 32 into standby
  1504.   put 33 into patrol
  1505.   put 34 into detail                                         --CHANGES
  1506.   put 89 into idplane
  1507.   put 170 into sorties
  1508.   if hilite of button patrol is true or hilite of button standby is true then
  1509.     add 3 to force                                        --CHANGES
  1510.     set hilite of button patrol to false
  1511.     set hilite of button standby to false
  1512.   end if
  1513.   if hilite of button avail is true then add 2 to force     --CHANGES
  1514.   put the length of card field id sorties into exp
  1515.   divide exp by 20
  1516.   add exp to force
  1517.   put "/" after card field id sorties
  1518.   goa
  1519. end go
  1520.  
  1521.  
  1522. on results
  1523.   global damage,force,bforce,fforce,done
  1524.   global released,avail,releaseDate,base,coord,idplane,sorties
  1525.   put 30 into released
  1526.   put 31 into avail
  1527.   put 63 into releaseDate                                 --CHANGES
  1528.   put "Z" into base
  1529.   put "127,130" into coord               --CHANGES
  1530.   put 89 into idplane
  1531.   put 170 into sorties
  1532.   resultsa
  1533. end results
  1534.  
  1535.  
  1536.  
  1537.  
  1538.  
  1539.  
  1540.  
  1541.  
  1542.  
  1543.  
  1544.  
  1545.  
  1546.  
  1547.  
  1548. -- part 155 (button)
  1549. -- low flags: 00
  1550. -- high flags: 0000
  1551. -- rect: left=372 top=171 right=201 bottom=424
  1552. -- title width / last selected line: 0
  1553. -- icon id / first selected line: 0 / 0
  1554. -- text alignment: 1
  1555. -- font id: 0
  1556. -- text size: 12
  1557. -- style flags: 0
  1558. -- line height: 16
  1559. -- part name: 
  1560. ----- HyperTalk script -----
  1561. on mouseUp
  1562.   global coord,patrol,detail,idplane
  1563.   put "127,130" into coord               --CHANGES
  1564.   put 89 into idplane
  1565.   put 33 into patrol
  1566.   put 34 into detail                                          --CHANGES
  1567.  
  1568.   land
  1569. end mouseUp
  1570.  
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576. -- part 156 (button)
  1577. -- low flags: 00
  1578. -- high flags: 0000
  1579. -- rect: left=372 top=200 right=229 bottom=424
  1580. -- title width / last selected line: 0
  1581. -- icon id / first selected line: 0 / 0
  1582. -- text alignment: 1
  1583. -- font id: 0
  1584. -- text size: 12
  1585. -- style flags: 0
  1586. -- line height: 16
  1587. -- part name: 
  1588. ----- HyperTalk script -----
  1589. on mouseUp
  1590.   beep
  1591. end mouseUp
  1592.  
  1593.  
  1594.  
  1595. -- part 63 (field)
  1596. -- low flags: 81
  1597. -- high flags: 2004
  1598. -- rect: left=359 top=31 right=85 bottom=434
  1599. -- title width / last selected line: 0
  1600. -- icon id / first selected line: 0 / 0
  1601. -- text alignment: 1
  1602. -- font id: 3
  1603. -- text size: 9
  1604. -- style flags: 0
  1605. -- line height: 10
  1606. -- part name: releaseDate5
  1607. ----- HyperTalk script -----
  1608. on mouseUp
  1609.   hide card field "releaseDate5"
  1610. end mouseUp
  1611.  
  1612.  
  1613.  
  1614. -- part 167 (field)
  1615. -- low flags: 00
  1616. -- high flags: 0000
  1617. -- rect: left=187 top=254 right=307 bottom=224
  1618. -- title width / last selected line: 0
  1619. -- icon id / first selected line: 0 / 0
  1620. -- text alignment: 0
  1621. -- font id: 3
  1622. -- text size: 9
  1623. -- style flags: 0
  1624. -- line height: 10
  1625. -- part name: sorties
  1626.  
  1627.  
  1628. -- part 16 (field)
  1629. -- low flags: 81
  1630. -- high flags: 0004
  1631. -- rect: left=215 top=86 right=155 bottom=303
  1632. -- title width / last selected line: 0
  1633. -- icon id / first selected line: 0 / 0
  1634. -- text alignment: 1
  1635. -- font id: 3
  1636. -- text size: 9
  1637. -- style flags: 0
  1638. -- line height: 12
  1639. -- part name: nono
  1640. ----- HyperTalk script -----
  1641. on mouseUp
  1642.   hide card field id 16
  1643. end mouseUp
  1644.  
  1645.  
  1646.  
  1647. -- part 169 (field)
  1648. -- low flags: 00
  1649. -- high flags: 0000
  1650. -- rect: left=315 top=254 right=307 bottom=351
  1651. -- title width / last selected line: 0
  1652. -- icon id / first selected line: 0 / 0
  1653. -- text alignment: 0
  1654. -- font id: 3
  1655. -- text size: 9
  1656. -- style flags: 0
  1657. -- line height: 10
  1658. -- part name: sorties
  1659.  
  1660.  
  1661. -- part 170 (field)
  1662. -- low flags: 00
  1663. -- high flags: 0000
  1664. -- rect: left=379 top=254 right=307 bottom=415
  1665. -- title width / last selected line: 0
  1666. -- icon id / first selected line: 0 / 0
  1667. -- text alignment: 0
  1668. -- font id: 3
  1669. -- text size: 9
  1670. -- style flags: 0
  1671. -- line height: 10
  1672. -- part name: sorties
  1673.  
  1674.  
  1675. -- part 168 (field)
  1676. -- low flags: 00
  1677. -- high flags: 0000
  1678. -- rect: left=251 top=254 right=308 bottom=288
  1679. -- title width / last selected line: 0
  1680. -- icon id / first selected line: 0 / 0
  1681. -- text alignment: 0
  1682. -- font id: 3
  1683. -- text size: 9
  1684. -- style flags: 0
  1685. -- line height: 10
  1686. -- part name: sorties
  1687.  
  1688.  
  1689. -- part 166 (field)
  1690. -- low flags: 00
  1691. -- high flags: 0000
  1692. -- rect: left=123 top=254 right=307 bottom=160
  1693. -- title width / last selected line: 0
  1694. -- icon id / first selected line: 0 / 0
  1695. -- text alignment: 0
  1696. -- font id: 3
  1697. -- text size: 9
  1698. -- style flags: 0
  1699. -- line height: 10
  1700. -- part name: sorties
  1701.  
  1702.  
  1703. -- part 31 (field)
  1704. -- low flags: 01
  1705. -- high flags: 0001
  1706. -- rect: left=180 top=0 right=342 bottom=512
  1707. -- title width / last selected line: 0
  1708. -- icon id / first selected line: 0 / 0
  1709. -- text alignment: 0
  1710. -- font id: 3
  1711. -- text size: 12
  1712. -- style flags: 0
  1713. -- line height: 16
  1714. -- part name: hideSquads
  1715.  
  1716.  
  1717. -- part 109 (field)
  1718. -- low flags: 81
  1719. -- high flags: 2004
  1720. -- rect: left=413 top=33 right=88 bottom=488
  1721. -- title width / last selected line: 0
  1722. -- icon id / first selected line: 0 / 0
  1723. -- text alignment: 1
  1724. -- font id: 3
  1725. -- text size: 9
  1726. -- style flags: 0
  1727. -- line height: 10
  1728. -- part name: releaseDate6
  1729. ----- HyperTalk script -----
  1730. on mouseUp
  1731.   hide card field "releaseDate6"
  1732. end mouseUp
  1733.  
  1734.  
  1735.  
  1736. -- part 165 (field)
  1737. -- low flags: 81
  1738. -- high flags: 2004
  1739. -- rect: left=107 top=145 right=170 bottom=163
  1740. -- title width / last selected line: 0
  1741. -- icon id / first selected line: 0 / 0
  1742. -- text alignment: 1
  1743. -- font id: 3
  1744. -- text size: 10
  1745. -- style flags: 0
  1746. -- line height: 12
  1747. -- part name: outOfRange
  1748. ----- HyperTalk script -----
  1749. --on no
  1750. -- beep
  1751. -- show card field "outOfRange" at the mouseh, the mousev
  1752.  
  1753. --end no
  1754.  
  1755. on mouseUp
  1756.   hide card field "outOfRange"
  1757. end mouseUp
  1758.  
  1759.  
  1760. -- part 173 (field)
  1761. -- low flags: 81
  1762. -- high flags: 2004
  1763. -- rect: left=100 top=68 right=92 bottom=165
  1764. -- title width / last selected line: 0
  1765. -- icon id / first selected line: 0 / 0
  1766. -- text alignment: 1
  1767. -- font id: 3
  1768. -- text size: 9
  1769. -- style flags: 0
  1770. -- line height: 10
  1771. -- part name: PUB
  1772. ----- HyperTalk script -----
  1773. ON MOUSEUP
  1774.   HIDE card field "pub"
  1775. END MOUSEUP
  1776.  
  1777.  
  1778.  
  1779.  
  1780. -- part 174 (field)
  1781. -- low flags: 81
  1782. -- high flags: 2004
  1783. -- rect: left=138 top=141 right=183 bottom=212
  1784. -- title width / last selected line: 0
  1785. -- icon id / first selected line: 0 / 0
  1786. -- text alignment: 1
  1787. -- font id: 3
  1788. -- text size: 9
  1789. -- style flags: 0
  1790. -- line height: 10
  1791. -- part name: whatRaid
  1792. ----- HyperTalk script -----
  1793. on mouseUp
  1794.   hide card field "whatRaid"
  1795. end mouseUp
  1796.  
  1797.  
  1798. -- part 176 (field)
  1799. -- low flags: 81
  1800. -- high flags: 2004
  1801. -- rect: left=103 top=9 right=107 bottom=504
  1802. -- title width / last selected line: 0
  1803. -- icon id / first selected line: 0 / 0
  1804. -- text alignment: 1
  1805. -- font id: 2
  1806. -- text size: 20
  1807. -- style flags: 8192
  1808. -- line height: 22
  1809. -- part name: shutdown
  1810.  
  1811.  
  1812. -- part 62 (field)
  1813. -- low flags: 81
  1814. -- high flags: 2004
  1815. -- rect: left=282 top=31 right=85 bottom=357
  1816. -- title width / last selected line: 0
  1817. -- icon id / first selected line: 0 / 0
  1818. -- text alignment: 1
  1819. -- font id: 3
  1820. -- text size: 9
  1821. -- style flags: 0
  1822. -- line height: 10
  1823. -- part name: releaseDate4
  1824. ----- HyperTalk script -----
  1825. on mouseUp
  1826.   hide card field "releaseDate4"
  1827. end mouseUp
  1828.  
  1829.  
  1830.  
  1831. -- part contents for card part 16
  1832. ----- text -----
  1833. You cannot order a RELEASED or AVAILABLE squadron on patrol.
  1834.  
  1835. -- part contents for card part 60
  1836. ----- text -----
  1837. AVAILABLE
  1838. IN 4 DAYS
  1839. PATCHING UP PLANES
  1840.  
  1841. -- part contents for card part 61
  1842. ----- text -----
  1843. AVAILABLE
  1844. IN 0 DAYS
  1845. PATCHING UP PLANES
  1846.  
  1847. -- part contents for card part 62
  1848. ----- text -----
  1849. AVAILABLE
  1850. IN 0 DAYS
  1851. PATCHING UP PLANES
  1852.  
  1853.  
  1854. -- part contents for card part 63
  1855. ----- text -----
  1856. AVAILABLE
  1857. IN 2 DAYS
  1858. AWAITING AIRCRAFT
  1859.  
  1860.  
  1861. -- part contents for card part 109
  1862. ----- text -----
  1863. AVAILABLE
  1864. IN 4 DAYS
  1865. AWAITING AIRCRAFT
  1866.  
  1867.  
  1868. -- part contents for card part 165
  1869. ----- text -----
  1870. Too Far.
  1871.  
  1872. -- part contents for card part 28
  1873. ----- text -----
  1874. AVAILABLE
  1875. IN 0 DAYS
  1876. PATCHING UP PLANES
  1877.  
  1878.  
  1879. -- part contents for card part 173
  1880. ----- text -----
  1881. At the pub.
  1882.  
  1883. -- part contents for card part 174
  1884. ----- text -----
  1885.  
  1886. What raid?
  1887.  
  1888. -- part contents for card part 176
  1889. ----- text -----
  1890. DUE TO  BOMB DAMAGE 
  1891. NORMAL OPERATIONS AT THIS AERODROME ARE TEMPORARILY DISRUPTED.
  1892.